Searched refs:IsLoggable (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog_lite/test/unittest/ |
H A D | hilog_lite_test.cpp | 325 ACELite::JSIValue resultValue = ACELite::HilogModule::IsLoggable(thisVal, args, ARG_NUMBER); in HWTEST_F() 343 ACELite::JSIValue resultValue = ACELite::HilogModule::IsLoggable(thisVal, args, ARG_NUMBER); in HWTEST_F() 361 ACELite::JSIValue resultValue = ACELite::HilogModule::IsLoggable(thisVal, args, ARG_NUMBER); in HWTEST_F() 379 ACELite::JSIValue resultValue = ACELite::HilogModule::IsLoggable(thisVal, args, ARG_NUMBER); in HWTEST_F() 397 ACELite::JSIValue resultValue = ACELite::HilogModule::IsLoggable(thisVal, args, ARG_NUMBER); in HWTEST_F() 415 ACELite::JSIValue resultValue = ACELite::HilogModule::IsLoggable(thisVal, args, ARG_NUMBER); in HWTEST_F()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hilog-rich.md | 24 | | boolean IsLoggable(unsigned int domain, const char \*tag, L… 36 | | boolean IsLoggable(unsigned int domain, const char \*tag, L…
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/include/context/ |
H A D | hilog_napi_base.h | 44 static napi_value IsLoggable(napi_env env, napi_callback_info info);
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_module.h | 42 static JSIValue IsLoggable(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
H A D | hilog_napi.cpp | 85 NVal::DeclareNapiFunction("isLoggable", HilogNapiBase::IsLoggable), in Export()
|
H A D | hilog_napi_base.cpp | 119 napi_value HilogNapiBase::IsLoggable(napi_env env, napi_callback_info info) in IsLoggable() function in OHOS::HiviewDFX::HilogNapiBase
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_module.cpp | 176 JSIValue HilogModule::IsLoggable(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in IsLoggable() function in OHOS::ACELite::HilogModule 336 JSI::SetModuleAPI(exports, "isLoggable", HilogModule::IsLoggable); in InitHilogModule()
|
/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/ |
H A D | hilog_base_ndk_test.cpp | 223 HWTEST_F(HiLogBaseNDKTest, IsLoggable, TestSize.Level1)
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hilog-rich.md | 66 …1913343"><a name="p64411913343"></a><a name="p64411913343"></a>boolean IsLoggable(unsigned int dom… 133 …91617"><a name="p421952291617"></a><a name="p421952291617"></a>boolean IsLoggable(unsigned int dom…
|