/base/hiviewdfx/hiview_lite/ |
H A D | hiview_file.h | 105 boolean InitHiviewFile(HiviewFile *fp, HiviewFileType type, uint32 size); 113 boolean WriteFileHeader(HiviewFile *fp); 121 boolean ReadFileHeader(HiviewFile *fp);
|
H A D | hiview_cache.h | 56 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size); 65 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size);
|
H A D | hiview_file.c | 40 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 D | hiview_cache.c | 23 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 D | asset_test_common.cpp | 108 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 D | param_impl_posix.c | 37 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 D | hievent_lite_command.c | 34 static boolean CheckCmdStr(const char *cmd); 92 static boolean CheckCmdStr(const char *cmd) in CheckCmdStr()
|
H A D | hievent_lite_command.h | 35 boolean OpenLogOutputModule(uint8 mod);
|
/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log.c | 33 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 D | hiview_log_limit.h | 37 boolean LogIsLimited(uint8 module);
|
H A D | hiview_output_log.c | 143 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 D | hiview_output_log.h | 67 void FlushLog(boolean syncFlag);
|
H A D | hiview_log_limit.c | 59 boolean LogIsLimited(uint8 module) in LogIsLimited()
|
/base/startup/init/simulator/parameter/src/ |
H A D | param_adaptor.h | 33 boolean CheckPermission(void);
|
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 175 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 D | asset_remove_test.cpp | 65 { .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 D | asset_add_test.cpp | 65 { .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 D | asset_system_api_test.cpp | 91 { .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 D | hiview_output_event.h | 69 void FlushEvent(boolean syncFlag);
|
H A D | hiview_output_event.c | 241 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 D | hiview_event.h | 61 typedef boolean (*HieventProc)(const HiEvent *event); 120 void HiEventFlush(boolean syncFlag);
|
/base/security/asset/interfaces/inner_kits/c/src/ |
H A D | lib.rs | 50 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 D | wired_headset.cpp | 62 boolean WiredHeadset::ButtonEventhandling(ButtonEvent event) in ButtonEventhandling()
|
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/ |
H A D | hiappevent.h | 59 * 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 D | asset_system_type.h | 404 bool boolean; member
|