/base/security/selinux/sepolicy/base/te/ |
D | d-bms.te | 14 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/selinux/sepolicy/ohos_policy/bundlemanager/distributed_bundle_framework/system/ |
D | d-bms.te | 14 type d-bms, sadomain, domain; 16 allow d-bms accessibility_param:file { map open read }; 17 allow d-bms accesstoken_service:binder { call transfer }; 18 allow d-bms accountmgr:binder { call transfer }; 19 allow d-bms data_file:dir { search }; 20 allow d-bms devinfo_private_param:file { map open read }; 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 }; 24 allow d-bms d-bms:unix_dgram_socket { getopt setopt }; [all …]
|
D | system_core_hap.te | 17 allow system_core_hap d-bms:binder { call transfer }; 22 allow system_basic_hap d-bms:binder { call transfer };
|
/base/global/system_resources/systemres/main/resources/base/media/ |
D | ohos_pause.svg | 1 …d="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…
|
D | ohos_semi_modal_bar_down.svg | 1 …style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="cls-1" d="M31,32 l48.129,16.3…
|
D | ohos_semi_modal_bar_middle.svg | 1 …style>.cls-1{fill:none;}</style></defs><title>ic</title><path class="cls-1" d="M6,39.5 l74,1 l74,0…
|
D | ohos_play.svg | 1 …le>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="cls-1" d="M36,63v-30a4,4,0,0,…
|
D | ohos_exit_full_screen.svg | 1 …le>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="cls-1" d="M16.18,12,41,36.77V…
|
D | ohos_full_screen.svg | 1 …le>.cls-1{fill:#1a1a1a;}</style></defs><title>ic</title><path class="cls-1" d="M40,9a3,3,0,0,1,0,6…
|
/base/update/updater/test/unittest/test_data/src/ |
D | test_script.us | 51 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/location/interfaces/inner_api/include/ |
D | async_context.h | 36 explicit AsyncContext(napi_env e, napi_async_work w = nullptr, napi_deferred d = nullptr) 40 deferred = d;
|
/base/update/updater/services/diffpatch/ |
D | diffpatch.cpp | 95 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/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
D | cert_manager_file.c | 110 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()
|
D | cert_manager_query.c | 60 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/base/test/unittest/common/ |
D | sys_event_test.cpp | 57 …\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+","pid_":\d+,"tid_":… 80 …\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+","pid_":\d+,"tid_":…
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_base_parcel.h | 160 HRilCommonParcel(const T &d) : data(d) {} in HRilCommonParcel() 161 HRilCommonParcel(const T &&d) : data(d) {} in HRilCommonParcel()
|
/base/update/updater/utils/ |
D | utils.cpp | 170 auto d = shaDigest[i]; in ConvertSha256Hex() local 171 c = (d >> SHIFT_RIGHT_FOUR_BITS) & 0xf; // last 4 bits in ConvertSha256Hex() 173 haxSha256.push_back(hexChars[d & 0xf]); in ConvertSha256Hex() 539 DIR *d = opendir(strPath.c_str()); in RemoveDir() local 540 if (d != nullptr) { in RemoveDir() 542 dt = readdir(d); in RemoveDir() 545 dt = readdir(d); in RemoveDir() 556 dt = readdir(d); in RemoveDir() 558 closedir(d); in RemoveDir()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_mbedtls_ecdh.c | 48 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/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
D | hks_openssl_ed25519tox25519.h | 26 BIGNUM *d; // A non-zero element in the finite filed member
|
/base/security/selinux/ |
D | .gitignore | 6 *.d
|
/base/security/device_security_level/ |
D | .gitignore | 8 *.d
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_base64.c | 135 uint32_t d = g_base64DecodeTable[from[i++]]; in Base64Decode() local 138 bool isInvalidVariable = ((a > 64) || (b > 64) || (c > 64) || (d > 64)); in Base64Decode() 145 …(((a << 18) & 0x00FC0000) | ((b << 12) & 0x0003F000) | ((c << 6) & 0x00000FC0) | ((d << 0) & 0x000… in Base64Decode()
|
/base/useriam/user_auth_framework/ |
D | .gitignore | 8 *.d
|
/base/update/updater/test/unittest/utils/json/ |
D | utils_json_visitor_test.cpp | 141 D d {}; variable 142 EXPECT_EQ(Visit<SETVAL>(node["D"], d), true); 143 EXPECT_EQ(d.d1, 1); 144 EXPECT_EQ(d.d2, "true"); 145 EXPECT_EQ(d.d3, true); 151 TestInvalidCases(d, replaceData, dJson);
|
/base/update/updater/resources/font/ |
D | README.md | 2 …穿颇叔狭穆绞敖怦盹六详枪秘魁樵缆蜈傧听图沙遥腰坊阀讪钣鲥旸收督穹漠盐弥褚滂迸斡舍梅啪翅屎跷砗酉釜痍半顾阅余郝搁嫣刍踯忸读敌锋胶佩隙蒲谙簑轾aabbccddeeffgghhiijjkkllmmnno…
|