Home
last modified time | relevance | path

Searched defs:check (Results 1 – 11 of 11) sorted by relevance

/base/security/certificate_framework/interfaces/innerkits/include/
Dcf_api.h24 … int32_t (*check)(const CfObject *object, const CfParamSet *paramSetIn, CfParamSet **paramSetOut); member
/base/update/updateservice/services/firmware/upgrade/executor/src/
Dfirmware_check_executor.cpp69 std::shared_ptr<FirmwareICheck> check = nullptr; in DoCheck() local
/base/security/certificate_framework/frameworks/core/life/inc/
Dcf_object_ability_define.h25 int32_t (*check)(const CfBase *obj, const CfParamSet *in, CfParamSet **out); member
/base/hiviewdfx/faultloggerd/test/unittest/services/
Dfaultlogger_pipe_test.cpp50 bool check = ptr->Check(pid, time); variable
/base/security/selinux_adapter/scripts/selinux_check/
Dcheck_permissive.py71 def check(args, with_developer): function
Dcheck_ioctl_xperm.py111 def check(args, with_developer): function
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
Djs_leak_watcher.js134 check: () => { method
/base/tee/tee_client/services/tlogcat/src/
Dtlogcat.c120 bool check = false; in LogFilesMkdirR() local
518 bool check = (ret < 0 && errno != ENOENT); in MkdirTmpPath() local
550 bool check = (ret < 0 && errno != ENOENT); in MoveFileToTmpPath() local
/base/security/device_security_level/services/dslm/
Ddslm_fsm_process.c155 bool check = checker(info, notifyNode, &cbInfo, &result); in ProcessSendDeviceInfoCallback() local
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp114 bool check = !name.empty(); in GetGroupNames() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp5915 napi_env env, napi_ref jsCallback, bool check, int32_t inputWidth, int32_t inputHeight) in CreateWebPageSnapshotResultCallback()