Searched refs:BOOL (Results 1 - 25 of 110) sorted by relevance

12345

/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
36 BOOL createChildProcess(char* command, BOOL background,
38 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c37 BOOL DEBUG = TRUE;
41 void debugInner(BOOL isError, const char *msg, va_list ap);
43 BOOL isExistingDirectory(char * fileName);
51 BOOL createChildProcess(char* command, BOOL background,
54 BOOL createOk;
109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
112 BOOL createOk;
179 int spawn(char* command, BOOL backgroun
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
37 BOOL createChildProcess(char* command, BOOL background,
39 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c38 BOOL DEBUG = TRUE;
42 void debugInner(BOOL isError, const char *msg, va_list ap);
44 BOOL isExistingDirectory(char * fileName);
52 BOOL createChildProcess(char* command, BOOL background,
55 BOOL createOk;
110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
113 BOOL createOk;
180 int spawn(char* command, BOOL backgroun
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
37 BOOL createChildProcess(char* command, BOOL background,
39 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c38 BOOL DEBUG = TRUE;
42 void debugInner(BOOL isError, const char *msg, va_list ap);
44 BOOL isExistingDirectory(char * fileName);
52 BOOL createChildProcess(char* command, BOOL background,
55 BOOL createOk;
110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
113 BOOL createOk;
180 int spawn(char* command, BOOL backgroun
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
36 BOOL createChildProcess(char* command, BOOL background,
38 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c37 BOOL DEBUG = TRUE;
41 void debugInner(BOOL isError, const char *msg, va_list ap);
43 BOOL isExistingDirectory(char * fileName);
51 BOOL createChildProcess(char* command, BOOL background,
54 BOOL createOk;
109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
112 BOOL createOk;
179 int spawn(char* command, BOOL backgroun
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
37 BOOL createChildProcess(char* command, BOOL background,
39 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
44 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c38 BOOL DEBUG = TRUE;
42 void debugInner(BOOL isError, const char *msg, va_list ap);
44 BOOL isExistingDirectory(char * fileName);
52 BOOL createChildProcess(char* command, BOOL background,
55 BOOL createOk;
110 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
113 BOOL createOk;
180 int spawn(char* command, BOOL backgroun
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
36 BOOL createChildProcess(char* command, BOOL background,
38 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
43 BOOL waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime,
H A Dcommon.c37 BOOL DEBUG = TRUE;
41 void debugInner(BOOL isError, const char *msg, va_list ap);
43 BOOL isExistingDirectory(char * fileName);
51 BOOL createChildProcess(char* command, BOOL background,
54 BOOL createOk;
109 BOOL createBatchFileChildProcess(char* batchFile, BOOL background,
112 BOOL createOk;
179 int spawn(char* command, BOOL backgroun
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAIdentityDatabaseSQLiteOperations.h44 - (BOOL)insertIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
52 - (BOOL)deleteIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
63 - (BOOL)insertMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
71 - (BOOL)deleteMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
79 - (BOOL)updateMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
90 - (BOOL)insertNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
98 - (BOOL)deleteNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
106 - (BOOL)updateNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
H A DFRAIdentityDatabase.h62 - (BOOL)insertIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
70 - (BOOL)deleteIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
81 - (BOOL)insertMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
89 - (BOOL)deleteMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
97 - (BOOL)updateMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
108 - (BOOL)insertNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
116 - (BOOL)deleteNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
124 - (BOOL)updateNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
H A DFRAMechanismReaderAction.h44 - (BOOL)read:(NSString *)code view:(UIView *)view;
H A DFRAModelObjectProtected.h37 @property (nonatomic, getter=isStored) BOOL stored;
H A DFRAOathMechanismTableViewCell.m24 - (void)setEditing:(BOOL)editing animated:(BOOL)animated {
H A DFRADatabaseConfiguration.h35 +(BOOL)parentFoldersFor:(NSString *)folder error:(NSError *__autoreleasing *)error;
H A DFRANotificationUISlider.m21 - (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent*)event {
H A DFRANotification.h53 @property (getter=isPending, nonatomic, readonly) BOOL pending;
59 @property (getter=isApproved, nonatomic, readonly) BOOL approved;
65 @property (getter=isDenied, nonatomic, readonly) BOOL denied;
71 @property (getter=isExpired, nonatomic, readonly) BOOL expired;
97 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState;
107 + (instancetype)notificationWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState;
141 * @return BOOL NO if there was an error approving the Notification, in which case the error value will be populated.
143 - (BOOL)approveWithHandle
[all...]
H A DFRANotification.m30 BOOL _approved;
31 BOOL _pending;
37 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState {
57 + (instancetype)notificationWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState{
69 - (BOOL)approveWithHandler:(void (^)(NSInteger, NSError *))handler error:(NSError *__autoreleasing*)error {
73 - (BOOL)denyWithHandler:(void (^)(NSInteger, NSError *))handler error:(NSError *__autoreleasing*)error {
77 - (BOOL)sendAuthenticationResponse:(BOOL)approve
[all...]
H A DFRAIdentityModel.h56 - (BOOL)addIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
64 - (BOOL)removeIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
70 - (BOOL)isEmpty;
H A DFRAPushMechanismTableViewCellController.m35 - (void)viewWillAppear:(BOOL)animated {
41 - (void)viewWillDisappear:(BOOL)animated {
57 - (void)setEditing:(BOOL)editing {
H A DFRAQRUtils.h69 + (BOOL)isBase64:(NSString *)content;
H A DFRAMechanismFactory.h38 - (FRAMechanism *) buildMechanism:(NSURL *)uri database:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel handler:(void (^)(BOOL, NSError *))handler error:(NSError *__autoreleasing *)error;

Completed in 752 milliseconds

12345