Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 192) sorted by relevance

12345678

/base/security/selinux_adapter/sepolicy/ohos_policy/bundlemanager/distributed_bundle_framework/system/
Dd-bms.te14 allow d-bms accessibility_param:file { map open read };
15 allow d-bms accesstoken_service:binder { call transfer };
16 allow d-bms accountmgr:binder { call transfer };
17 allow d-bms data_file:dir { search };
18 allow d-bms device_manager:binder { call transfer };
19 allow d-bms devinfo_private_param:file { map open read };
20 allow d-bms dev_console_file:chr_file { read write };
21 allow d-bms dev_unix_socket:dir { search };
22 allow d-bms distributedsche_param:file { read };
23 allow d-bms distributeddata:binder { call transfer };
[all …]
Dsystem_core_hap.te17 allow system_core_hap_attr d-bms:binder { call transfer };
22 allow system_basic_hap_attr d-bms:binder { call transfer };
/base/security/selinux_adapter/sepolicy/base/te/
Dd-bms.te14 allow d-bms bootevent_param:file { map open read };
15 allow d-bms bootevent_samgr_param:file { map open read };
16 allow d-bms build_version_param:file { map open read };
17 allow d-bms const_allow_mock_param:file { map open read };
18 allow d-bms const_allow_param:file { map open read };
19 allow d-bms const_build_param:file { map open read };
20 allow d-bms const_display_brightness_param:file { map open read };
21 allow d-bms const_param:file { map open read };
22 allow d-bms const_postinstall_fstab_param:file { map open read };
23 allow d-bms const_postinstall_param:file { map open read };
[all …]
/base/security/device_auth/services/frameworks/inc/hiview_adapter/
Dhisysevent_adapter.h21 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) argument
35 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) DevAuthReportCallEvent(a, b, c, d) argument
/base/global/system_resources/systemres/main/resources/base/media/
Dohos_pause.svg1d="M38,30a4,4,0,0,0-4,4V62a4,4,0,1,0,8,0V34A4,4,0,0,0,38,30Z"/><path class="cls-1" d="M58,30a4,4,0…
Dohos_ic_bottomsheet_close.svg3 …<path fill-rule="nonzero" d="M19.7157288,76.2842712 C35.3367004,91.9052429 60.6632996,91.9052429 7…
4 …<path d="M38.1005051,62.1421356 C36.9289322,63.3137085 35.0294373,63.3137085 33.8578644,62.1421356…
Dohos_ic_public_device_pad.svg1 <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m20.5 3…
Dohos_ic_public_device_smartscreen.svg1 <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m22.718…
Dohos_semi_modal_bar_middle.svg1 …style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="cls-1" d="M6,39.5 l74,1 l74,0…
/base/update/updater/test/unittest/test_data/src/
Dtest_script.us51 d = a == b;
53 return d, e;
66 d = a != b;
68 return d, e;
88 d = a > b;
90 return d, e;
103 d = a >= b;
105 return d, e;
118 d = a < b;
120 return d, e;
[all …]
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts51 (err: any, d: any) => {
53 console.info('executeShellCommand : data : ' + d.stdResult);
54 console.info('executeShellCommand : data : ' + d.exitCode);
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts51 (err: any, d: any) => {
53 console.info('executeShellCommand : data : ' + d.stdResult);
54 console.info('executeShellCommand : data : ' + d.exitCode);
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts51 (err: any, d: any) => {
53 console.info('executeShellCommand : data : ' + d.stdResult);
54 console.info('executeShellCommand : data : ' + d.exitCode);
/base/hiviewdfx/hiview/base/test/unittest/common/
Dsys_event_test.cpp57 …ex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+",)~"
58 R"~("pid_":\d+,"tid_":\d+,"uid_":\d+,"id_":"\d+","KEY":1\})~");
82 …ex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+",)~"
83 R"~("pid_":\d+,"tid_":\d+,"uid_":\d+,"id_":"\d+","KEY":\[1,2,3\]\})~");
/base/location/interfaces/inner_api/include/
Dasync_context.h36 explicit AsyncContext(napi_env e, napi_async_work w = nullptr, napi_deferred d = nullptr)
40 deferred = d;
/base/update/updater/services/diffpatch/
Ddiffpatch.cpp95 auto d = buffer.buffer[i]; in PatchMapFile() local
96 c = (d >> SHIFT_RIGHT_FOUR_BITS) & 0xf; // last 4 bits in PatchMapFile()
98 haxSha256.push_back(hexChars[d & 0xf]); in PatchMapFile()
/base/startup/init/test/unittest/modules/
Deng_unittest.cpp46 DIR *d = opendir(strPath.c_str()); in RemoveDir() local
47 if (d != nullptr) { in RemoveDir()
49 dt = readdir(d); in RemoveDir()
52 dt = readdir(d); in RemoveDir()
63 dt = readdir(d); in RemoveDir()
65 closedir(d); in RemoveDir()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_file.c110 void *d = CmOpenDir(path); in GetFileNames() local
111 if (d == NULL) { in GetFileNames()
119 while (CmGetDirFile(d, &dire) == CMR_OK) { in GetFileNames()
145 (void) CmCloseDir(d); in GetFileNames()
Dcert_manager_query.c60 void *d = CmOpenDir(useridPath); in ConstrutPathList() local
61 if (d == NULL) { in ConstrutPathList()
68 while (CmGetSubDir(d, &dire) == CMR_OK) { in ConstrutPathList()
93 (void) CmCloseDir(d); in ConstrutPathList()
267 void *d = CmOpenDir(path); in CreateCertFile() local
268 if (d == NULL) { in CreateCertFile()
276 while (CmGetDirFile(d, &dire) == CMR_OK) { in CreateCertFile()
291 (void) CmCloseDir(d); in CreateCertFile()
/base/hiviewdfx/hiview/plugins/eventlogger/config/
Devent_logger_config9 event id="" name="SCREEN_ON_TIMEOUT" action="cmd:p,cmd:d" interval="10"
15 event id="" name="SCREEN_ON" action="cmd:p,cmd:d,T,e" interval="0"
16 event id="" name="SCREEN_OFF" action="cmd:p,cmd:d,T,e" interval="0"
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_base_parcel.h160 HRilCommonParcel(const T &d) : data(d) {} in HRilCommonParcel()
161 HRilCommonParcel(const T &&d) : data(d) {} in HRilCommonParcel()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_ecdh.c48 ret = HksEccKeyMaterialToPri(nativeKey, &(ctx->d)); in EccKeyMaterialToCtx()
85 …ret = mbedtls_ecdh_compute_shared(&(ctx.grp), &(ctx.z), &(ctx.Qp), &(ctx.d), mbedtls_ctr_drbg_rand… in HksMbedtlsEcdh()
/base/global/i18n/tools/
Ddata_process.py91 for d in numerized_classes:
92 num2name = dict(zip(d.values(), d.keys()))
/base/telephony/telephony_data/entry/src/main/ets/common/utils/
DLogUtils.ts20 d(TAG, msg): void { method in LogUtils
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_ed25519tox25519.h26 BIGNUM *d; // A non-zero element in the finite filed member

12345678