Home
last modified time | relevance | path

Searched refs:boolean (Results 1 - 25 of 33) sorted by relevance

12

/base/hiviewdfx/hiview_lite/
H A Dhiview_file.h105 boolean InitHiviewFile(HiviewFile *fp, HiviewFileType type, uint32 size);
113 boolean WriteFileHeader(HiviewFile *fp);
121 boolean ReadFileHeader(HiviewFile *fp);
H A Dhiview_cache.h56 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size);
65 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size);
H A Dhiview_file.c40 boolean InitHiviewFile(HiviewFile *fp, HiviewFileType type, uint32 size) in InitHiviewFile()
98 boolean WriteFileHeader(HiviewFile *fp) in WriteFileHeader()
121 boolean ReadFileHeader(HiviewFile *fp) in ReadFileHeader()
H A Dhiview_cache.c23 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size) in InitHiviewStaticCache()
38 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size) in InitHiviewCache()
/base/security/asset/test/unittest/common/src/
H A Dasset_test_common.cpp108 if (attrs[i].value.boolean != res->value.boolean) { in CheckMatchAttrResultSdk()
109 printf("tag is %x, %u vs %u", attrs[i].tag, attrs[i].value.boolean, res->value.boolean); in CheckMatchAttrResultSdk()
/base/startup/init/simulator/parameter/src/param_impl_posix/
H A Dparam_impl_posix.c37 static boolean IsValidChar(const char ch) in IsValidChar()
45 static boolean IsValidValue(const char* value, unsigned int len) in IsValidValue()
53 static boolean IsValidKey(const char* key) in IsValidKey()
132 boolean CheckPermission(void) in CheckPermission()
/base/hiviewdfx/hievent_lite/command/
H A Dhievent_lite_command.c34 static boolean CheckCmdStr(const char *cmd);
92 static boolean CheckCmdStr(const char *cmd) in CheckCmdStr()
H A Dhievent_lite_command.h35 boolean OpenLogOutputModule(uint8 mod);
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log.c33 static boolean CheckParameters(uint8 module, uint8 level);
67 static boolean CheckParameters(uint8 module, uint8 level) in CheckParameters()
77 boolean HiLogRegisterModule(uint16 id, const char *name) in HiLogRegisterModule()
181 void HiLogFlush(boolean syncFlag) in HiLogFlush()
231 boolean HiLogSetLogLevel(uint8 level) in HiLogSetLogLevel()
H A Dhiview_log_limit.h37 boolean LogIsLimited(uint8 module);
H A Dhiview_output_log.c143 boolean isDisableCache = TRUE; in OutputLog()
145 boolean isDisableCache = FALSE; in OutputLog()
149 boolean isDisablePrintLimited = TRUE; in OutputLog()
151 boolean isDisablePrintLimited = FALSE; in OutputLog()
153 boolean isLogLimited = LogIsLimited(hiLogContent->commonContent.module); in OutputLog()
161 boolean isPrint = g_hiviewConfig.outputOption >= OUTPUT_OPTION_PRINT; in OutputLog()
181 boolean writeFail = FALSE; in OutputLog()
372 boolean isHash = CHECK_HASH_FLAG(logContentPtr->commonContent.level); in LogContentFmt()
633 void FlushLog(boolean syncFlag) in FlushLog()
H A Dhiview_output_log.h67 void FlushLog(boolean syncFlag);
H A Dhiview_log_limit.c59 boolean LogIsLimited(uint8 module) in LogIsLimited()
/base/startup/init/simulator/parameter/src/
H A Dparam_adaptor.h33 boolean CheckPermission(void);
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h175 boolean HiLogRegisterModule(uint16 id, const char *name);
204 void HiLogFlush(boolean syncFlag);
213 typedef boolean (*HilogProc)(const HiLogContent *hilogContent, uint32 len);
503 boolean HiLogSetLogLevel(uint8 level);
/base/security/asset/test/unittest/kits_ndk/src/
H A Dasset_remove_test.cpp65 { .tag = ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
85 { .tag = ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
88 { .tag = ASSET_TAG_IS_PERSISTENT, .value.boolean = false }, in HWTEST_F()
132 attr[0].value.boolean = true; in HWTEST_F()
H A Dasset_add_test.cpp65 { .tag = ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
114 * @tc.desc: Add alias and secret with wrong blob-u32/blob-boolean data type, expect ASSET_INVALID_ARGUMENT
122 { .tag = ASSET_TAG_SECRET, .value.boolean = true }, in HWTEST_F()
130 * @tc.desc: Add alias and secret with wrong u32-boolean data type, expect ASSET_INVALID_ARGUMENT
141 { .tag = ASSET_TAG_AUTH_TYPE, .value.boolean = false }, in HWTEST_F()
/base/security/asset/test/unittest/module_test/src/
H A Dasset_system_api_test.cpp91 { .tag = SEC_ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
161 { .tag = SEC_ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
182 { .tag = SEC_ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
186 { .tag = SEC_ASSET_TAG_IS_PERSISTENT, .value.boolean = false }, in HWTEST_F()
336 { .tag = SEC_ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
340 { .tag = SEC_ASSET_TAG_IS_PERSISTENT, .value.boolean = false } in HWTEST_F()
346 { .tag = SEC_ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
350 { .tag = SEC_ASSET_TAG_IS_PERSISTENT, .value.boolean = false } in HWTEST_F()
447 { .tag = SEC_ASSET_TAG_REQUIRE_PASSWORD_SET, .value.boolean = false }, in HWTEST_F()
451 { .tag = SEC_ASSET_TAG_IS_PERSISTENT, .value.boolean in HWTEST_F()
[all...]
/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.h69 void FlushEvent(boolean syncFlag);
H A Dhiview_output_event.c241 boolean reachMaxThreshold = FALSE; in OutputEvent()
481 static void FlushEventInfo(const uint8 type, const HiviewCache *c, boolean syncFlag) in FlushEventInfo()
510 static void FlushFaultEvent(boolean syncFlag) in FlushFaultEvent()
522 static void FlushUeEvent(boolean syncFlag) in FlushUeEvent()
534 static void FlushStatEvent(boolean syncFlag) in FlushStatEvent()
546 void FlushEvent(boolean syncFlag) in FlushEvent()
/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h61 typedef boolean (*HieventProc)(const HiEvent *event);
120 void HiEventFlush(boolean syncFlag);
/base/security/asset/interfaces/inner_kits/c/src/
H A Dlib.rs50 map.insert(attr_tag, Value::Bool((*attr).value.boolean)); in into_map()
267 boolean: bool,
276 let mut out = AssetValue { boolean: false }; in try_from()
278 Value::Bool(v) => out.boolean = *v, in try_from()
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dwired_headset.cpp62 boolean WiredHeadset::ButtonEventhandling(ButtonEvent event) in ButtonEventhandling()
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h59 * bool boolean = true;
60 * OH_HiAppEvent_AddBoolParam(list, "bool_key", boolean);
224 * @param boolean The bool value of the param to be added.
229 ParamList OH_HiAppEvent_AddBoolParam(ParamList list, const char* name, bool boolean);
/base/security/asset/interfaces/inner_kits/c/inc/
H A Dasset_system_type.h404 bool boolean; member

Completed in 12 milliseconds

12