/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | sm2_asy_key_generator_openssl.c | 575 *isPrivate = false; in CheckSm2KeySelf() 582 *isPrivate = true; in CheckSm2KeySelf() 596 bool isPrivate = false; in GetSm2KeySpecBigInteger() local 597 HcfResult ret = CheckSm2KeySelf(self, &isPrivate); in GetSm2KeySpecBigInteger() 603 if (isPrivate) { in GetSm2KeySpecBigInteger() 644 bool isPrivate = false; in GetSm2KeySpecString() local 645 HcfResult ret = CheckSm2KeySelf(self, &isPrivate); in GetSm2KeySpecString() 653 ret = GetFieldType(self, isPrivate, returnString); in GetSm2KeySpecString() 672 bool isPrivate = false; in GetSm2KeySpecInt() local 673 HcfResult ret = CheckSm2KeySelf(self, &isPrivate); in GetSm2KeySpecInt() [all …]
|
H A D | ecc_asy_key_generator_openssl.c | 1410 *isPrivate = false; in CheckEcKeySelf() 1417 *isPrivate = true; in CheckEcKeySelf() 1431 bool isPrivate = false; in GetEcKeySpecBigInteger() local 1432 HcfResult res = CheckEcKeySelf(self, &isPrivate); in GetEcKeySpecBigInteger() 1438 if (isPrivate) { in GetEcKeySpecBigInteger() 1475 bool isPrivate = false; in GetEcKeySpecString() local 1476 HcfResult res = CheckEcKeySelf(self, &isPrivate); in GetEcKeySpecString() 1484 res = GetFieldType(self, isPrivate, returnString); in GetEcKeySpecString() 1503 bool isPrivate = false; in GetEcKeySpecInt() local 1504 HcfResult res = CheckEcKeySelf(self, &isPrivate); in GetEcKeySpecInt() [all …]
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | ecc_openssl_common.h | 35 HcfResult GetFieldType(const HcfKey *self, const bool isPrivate, char **returnString); 36 HcfResult GetPkSkBigInteger(const HcfKey *self, bool isPrivate,
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | ecc_openssl_common.c | 435 HcfResult GetFieldType(const HcfKey *self, const bool isPrivate, char **returnString) in GetFieldType() argument 438 if (isPrivate) { in GetFieldType() 500 HcfResult GetPkSkBigInteger(const HcfKey *self, bool isPrivate, in GetPkSkBigInteger() argument 505 if (!isPrivate) { in GetPkSkBigInteger() 512 if (isPrivate) { in GetPkSkBigInteger()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | mission_data_storage.cpp | 213 SaveSnapshotFile(missionId, missionSnapshot.snapshot, missionSnapshot.isPrivate, false); in SaveSnapshotFile() 214 …shotFile(missionId, GetReducedPixelMap(missionSnapshot.snapshot), missionSnapshot.isPrivate, true); in SaveSnapshotFile() 219 bool isPrivate, bool isLowResolution) in SaveSnapshotFile() argument 236 if (isPrivate) { in SaveSnapshotFile()
|
H A D | mission_info_mgr.cpp | 470 bool isPrivate) in UpdateMissionSnapshot() argument 492 savedSnapshot.isPrivate = isPrivate; in UpdateMissionSnapshot() 497 if (isPrivate) { in UpdateMissionSnapshot() 541 if (missionSnapshot.isPrivate) { in UpdateMissionSnapshot()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | mission_snapshot.h | 33 bool isPrivate = false; member
|
/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/ |
H A D | mock_runtime.h | 58 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument 177 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_engine.cpp | 234 void AceEngine::DumpJsHeap(bool isPrivate) const in DumpJsHeap() 242 container.second->DumpHeapSnapshot(isPrivate); in DumpJsHeap()
|
H A D | ace_engine.h | 50 void DumpJsHeap(bool isPrivate) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 427 void ArkJSRuntime::DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument 432 dumpOption.isPrivate = isPrivate; in DumpHeapSnapshot() 438 void ArkJSRuntime::DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_types.h | 47 bool isPrivate {};
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_util.cpp | 94 std::string SamgrUtil::TransformDeviceId(const std::string& deviceId, int32_t type, bool isPrivate) in TransformDeviceId() argument 96 return isPrivate ? std::string() : deviceId; in TransformDeviceId()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_extra_data.h | 53 bool isPrivate() const;
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager_util.h | 35 static std::string TransformDeviceId(const std::string& deviceId, int32_t type, bool isPrivate);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/ |
H A D | cj_mock_runtime.h | 53 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_mock_runtime.h | 55 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | mock_js_runtime.h | 101 void DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_container.h | 103 MOCK_METHOD(void, DumpHeapSnapshot, (bool isPrivate), (override));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/ |
H A D | mock_runtime.h | 56 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_extra_data.cpp | 79 bool ExtraData::isPrivate() const in isPrivate() function in OHOS::DistributedData::ExtraData
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | mission_data_storage.h | 129 bool isPrivate, bool isLowResolution);
|
H A D | mission_info_mgr.h | 168 …ssionSnapshot(int32_t missionId, const std::shared_ptr<Media::PixelMap> &pixelMap, bool isPrivate);
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 308 bool isPrivate = true; variable 309 winPropSrc.SetPrivacyMode(isPrivate); 311 ASSERT_EQ(res, isPrivate);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | cj_runtime.h | 49 void DumpHeapSnapshot(bool isPrivate) override {} in DumpHeapSnapshot() argument
|