Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 145) sorted by relevance

123456

/base/global/resource_management/interfaces/js/innerkits/core/include/
Dresource_manager_napi_async_impl.h105 napi_async_execute_callback execute);
108 napi_async_execute_callback execute);
111 napi_async_execute_callback execute);
114 napi_async_execute_callback execute);
117 napi_async_execute_callback execute);
120 napi_async_execute_callback execute);
123 const std::string &name, napi_async_execute_callback &execute);
/base/time/time_service/framework/js/napi/common/src/
Dnapi_work.cpp75 NapiExecute execute, NapiComplete complete) in AsyncEnqueue() argument
82 ctxt->execute = std::move(execute); in AsyncEnqueue()
99 if (ctxt->execute != nullptr && ctxt->status == napi_ok) { in AsyncEnqueue()
100 ctxt->execute(); in AsyncEnqueue()
162 NapiExecute execute, NapiComplete complete) in SyncEnqueue() argument
170 ctxt->execute = std::move(execute); in SyncEnqueue()
173 if (ctxt->execute != nullptr && ctxt->status == napi_ok) { in SyncEnqueue()
174 ctxt->execute(); in SyncEnqueue()
/base/time/time_service/framework/js/napi/common/include/
Dnapi_work.h53 NapiExecute execute = nullptr; member
64 NapiExecute execute = NapiExecute(), NapiComplete complete = NapiComplete());
66 … NapiExecute execute = NapiExecute(), NapiComplete complete = NapiComplete());
/base/security/selinux_adapter/sepolicy/ohos_policy/ark/runtime/system/
Dappspawn.te20 allow normal_hap data_local_arkcache:file { map execute read open};
21 allow system_basic_hap_attr data_local_arkcache:file { map execute read open};
22 allow system_core_hap_attr data_local_arkcache:file { map execute read open };
/base/useriam/face_auth/ui/Settings_FaceAuth/
Dhvigorw.bat42 if "%ERRORLEVEL%" == "0" goto execute
56 if exist "%NODE_EXE_PATH%" goto execute
65 :execute label
/base/security/selinux_adapter/sepolicy/ohos_policy/communication/netmanager/system/
Dnetsysnative.te18 allow netsysnative sh_exec:file { execute execute_no_trans map open read };
26 allow netsysnative system_bin_file:file { execute execute_no_trans getattr map open read };
62 allow netsysnative iptables_exec:file { execute read open execute_no_trans map };
82 allow netsysnative sh_exec:file { read map execute_no_trans execute open };
85 allow netsysnative system_bin_file:file { read map execute_no_trans execute open };
115 neverallow { domain -netsysnative debug_only(`-sh') } iptables_exec:file { execute };
/base/security/selinux_adapter/sepolicy/ohos_policy/filemanagement/storage_service/system/
Dinit.te22 #avc: denied { execute } for pid=260 comm="init" name="sdc" dev="mmcblk0p6" ino=354 scontext=u:r…
26 allow init system_bin_file:file { execute execute_no_trans map read open };
28 #avc: denied { execute } for pid=250 comm="init" name="sdc" dev="mmcblk0p6" ino=354 scontext=u:r…
29 allow init sdc_exec:file { execute execute_no_trans map read open };
/base/security/selinux_adapter/sepolicy/ohos_policy/communication/wifi/system/
Dwifi_hal_service.te28 allow wifi_hal_service sh_exec:file { execute execute_no_trans map read open };
30 allow wifi_hal_service system_bin_file:file { execute execute_no_trans getattr map read open };
36 allow wifi_hal_service vendor_lib_file:file { execute getattr map open read };
38 allow wifi_hal_service wifi_hal_service_exec:file { entrypoint execute map read };
/base/security/selinux_adapter/sepolicy/ohos_policy/hiviewdfx/hilog/system/
Dhilogd.te23 allow $1 hilog_exec:file { getattr open read execute execute_no_trans map };
29 allow $1 hilog_exec:file { getattr open read execute execute_no_trans map };
51 allow hilogd hilogd_exec:file { entrypoint execute map read getattr };
52 allow init hilogd_exec:file { execute read open getattr };
/base/security/selinux_adapter/sepolicy/base/public/
Dglb_te_def.spt15 allow $1 $2:file { getattr open map read execute ioctl };
18 allow $3 $2:file { entrypoint open read execute getattr map };
/base/security/device_auth/services/frameworks/src/plugin_adapter/
Daccount_lifecycle_plugin_proxy.c42 if (workerTask->extTask->execute == NULL) { in DoWorkerTask()
46 workerTask->extTask->execute(workerTask->extTask); in DoWorkerTask()
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/include/
Dbundle_manager_addon.h72 napi_async_execute_callback execute);
74 const std::string &workName, napi_async_execute_callback execute);
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_async_impl.cpp145 const std::string &name, napi_async_execute_callback &execute) in GetResult() argument
155 …if (napi_create_async_work(env, nullptr, resource, execute, ResourceManagerNapiAsyncImpl::Complete, in GetResult()
169 const std::string &name, napi_async_execute_callback execute) in ProcessNameParamV9() argument
196 napi_value result = GetResult(env, dataContext, name, execute); in ProcessNameParamV9()
201 const std::string &name, napi_async_execute_callback execute) in ProcessIdParamV9() argument
229 napi_value result = GetResult(env, dataContext, name, execute); in ProcessIdParamV9()
234 const std::string &name, napi_async_execute_callback execute) in ProcessResourceParamV9() argument
269 napi_value result = GetResult(env, dataContext, name, execute); in ProcessResourceParamV9()
274 const std::string &name, napi_async_execute_callback execute) in ProcessOnlyIdParam() argument
305 napi_value result = GetResult(env, dataContext, name, execute); in ProcessOnlyIdParam()
[all …]
/base/notification/common_event_service/frameworks/extension/src/
Djs_static_subscriber_extension_context.cpp76 AbilityRuntime::AsyncTask::ExecuteCallback execute = [weak = context_, want, innerErrorCode]() { in OnStartAbility() local
99 …CreateAsyncTaskWithLastParam(engine, lastParam, std::move(execute), std::move(complete), &result)); in OnStartAbility()
/base/security/selinux_adapter/sepolicy/ohos_policy/print/print_service/system/
Dcupsd.te17 allow cupsd system_bin_file:file { entrypoint execute execute_no_trans getattr map read open };
18 allow cupsd cupsd_exec:file { entrypoint execute map read };
Dinit.te15 allow init cupsd_exec:file { execute getattr read open };
/base/security/selinux_adapter/sepolicy/base/te/
Dwifi_hal_service.te49 allow wifi_hal_service sh_exec:file { execute execute_no_trans map read read open };
53 allow wifi_hal_service system_bin_file:file { execute execute_no_trans getattr map read read open };
58 allow wifi_hal_service wifi_hal_service_exec:file { entrypoint execute map read };
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_napi.h44 napi_async_execute_callback execute, napi_async_complete_callback complete);
/base/customization/enterprise_device_management/interfaces/kits/application_manager/include/
Dapplication_manager_addon.h49 const std::string &workName, napi_async_execute_callback execute);
/base/security/selinux_adapter/sepolicy/ohos_policy/powermgr/battery_manager/system/
Dinit.te20 #avc: denied { execute } for pid=235 comm="init" path="/vendor/bin/charger" dev="mmcblk0p6" ino=…
23 allow init charger_exec:file { execute getattr read open };
/base/security/selinux_adapter/sepolicy/ohos_policy/security/code_signature/system/
Dcode_sign_utils.te16 neverallow {domain -installs} code_sign_utils:file { execute };
/base/powermgr/power_manager/frameworks/napi/power/
Dpower_napi.h44 napi_async_execute_callback execute, napi_async_complete_callback complete);
/base/security/selinux_adapter/sepolicy/ohos_policy/arkXtest/arkXtest/system/
Dsystem_core_hap.te15 allow system_core_hap_attr data_app_el1_file:file { execute };
/base/security/selinux_adapter/sepolicy/ohos_policy/filemanagement/file_api/system/
Dsystem_basic_hap.te14 …asic_hap_attr system_basic_hap_data_file_attr:file { watch watch_reads create_file_perms execute };
Dsystem_core_hap.te14 …_core_hap_attr system_core_hap_data_file_attr:file { watch watch_reads create_file_perms execute };

123456