Home
last modified time | relevance | path

Searched refs:isPrivate (Results 1 – 25 of 65) sorted by relevance

123

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c575 *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 Decc_asy_key_generator_openssl.c1410 *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 Decc_openssl_common.h35 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 Decc_openssl_common.c435 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 Dmission_data_storage.cpp213 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 Dmission_info_mgr.cpp470 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 Dmission_snapshot.h33 bool isPrivate = false; member
/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h58 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 Dace_engine.cpp234 void AceEngine::DumpJsHeap(bool isPrivate) const in DumpJsHeap()
242 container.second->DumpHeapSnapshot(isPrivate); in DumpJsHeap()
H A Dace_engine.h50 void DumpJsHeap(bool isPrivate) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp427 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 Dunified_types.h47 bool isPrivate {};
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp94 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 Dcloud_extra_data.h53 bool isPrivate() const;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_util.h35 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 Dcj_mock_runtime.h53 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h55 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h101 void DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.h103 MOCK_METHOD(void, DumpHeapSnapshot, (bool isPrivate), (override));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h56 void DumpHeapSnapshot(bool isPrivate) override in DumpHeapSnapshot() argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_extra_data.cpp79 bool ExtraData::isPrivate() const in isPrivate() function in OHOS::DistributedData::ExtraData
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission_data_storage.h129 bool isPrivate, bool isLowResolution);
H A Dmission_info_mgr.h168 …ssionSnapshot(int32_t missionId, const std::shared_ptr<Media::PixelMap> &pixelMap, bool isPrivate);
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp308 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 Dcj_runtime.h49 void DumpHeapSnapshot(bool isPrivate) override {} in DumpHeapSnapshot() argument

123