/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | mission_snapshot.h | 33 bool isPrivate = false; member
|
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_mock_runtime.h | 55 void DumpHeapSnapshot(bool isPrivate) override
|
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/ |
H A D | cj_mock_runtime.h | 53 void DumpHeapSnapshot(bool isPrivate) override
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_engine.h | 50 void DumpJsHeap(bool isPrivate) const;
|
H A D | ace_engine.cpp | 234 void AceEngine::DumpJsHeap(bool isPrivate) const in DumpJsHeap() 242 container.second->DumpHeapSnapshot(isPrivate); in DumpJsHeap()
|
/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);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_extra_data.h | 53 bool isPrivate() const;
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_types.h | 47 bool isPrivate {};
|
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/ |
H A D | js_runtime_mock.h | 28 MOCK_METHOD(void, DumpHeapSnapshot, (bool isPrivate));
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_data_storage.cpp | 215 SaveSnapshotFile(missionId, missionSnapshot.snapshot, missionSnapshot.isPrivate, false); in SaveSnapshotFile() 216 SaveSnapshotFile(missionId, GetReducedPixelMap(missionSnapshot.snapshot), missionSnapshot.isPrivate, true); in SaveSnapshotFile() 221 bool isPrivate, bool isLowResolution) in SaveSnapshotFile() 238 if (isPrivate) { in SaveSnapshotFile() 239 TAG_LOGD(AAFwkTag::ABILITYMGR, "snapshot: the param isPrivate is true."); in SaveSnapshotFile() 220 SaveSnapshotFile(int32_t missionId, const std::shared_ptr<OHOS::Media::PixelMap>& snapshot, bool isPrivate, bool isLowResolution) SaveSnapshotFile() argument
|
H A D | mission_info_mgr.cpp | 470 bool isPrivate) in UpdateMissionSnapshot() 492 savedSnapshot.isPrivate = isPrivate; in UpdateMissionSnapshot() 497 if (isPrivate) { in UpdateMissionSnapshot() 541 if (missionSnapshot.isPrivate) { in UpdateMissionSnapshot() 469 UpdateMissionSnapshot(int32_t missionId, const std::shared_ptr<Media::PixelMap> &pixelMap, bool isPrivate) UpdateMissionSnapshot() argument
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | mock_js_runtime.h | 91 void DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/ |
H A D | mock_runtime.h | 56 void DumpHeapSnapshot(bool isPrivate) override
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 426 void ArkJSRuntime::DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument 431 dumpOption.isPrivate = isPrivate; in DumpHeapSnapshot() 437 void ArkJSRuntime::DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument
|
H A D | js_runtime.h | 90 virtual void DumpHeapSnapshot(bool isPrivate) {} in DumpHeapSnapshot() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 89 virtual void DumpHeapSnapshot(bool isPrivate) = 0;
|
H A D | cj_runtime.h | 48 void DumpHeapSnapshot(bool isPrivate) override {}
|
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/ |
H A D | mission_info_mgr.h | 166 * @param isPrivate Indicates whether the window is private window. 169 void UpdateMissionSnapshot(int32_t missionId, const std::shared_ptr<Media::PixelMap> &pixelMap, bool isPrivate);
|
H A D | mission_data_storage.h | 129 bool isPrivate, bool isLowResolution);
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_container.h | 101 MOCK_METHOD(void, DumpHeapSnapshot, (bool isPrivate), (override));
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_extra_data.cpp | 80 bool ExtraData::isPrivate() const in isPrivate() function in OHOS::DistributedData::ExtraData
|
/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()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 308 bool isPrivate = true; in HWTEST_F() local 309 winPropSrc.SetPrivacyMode(isPrivate); in HWTEST_F() 311 ASSERT_EQ(res, isPrivate); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 558 void DeclarativeFrontendNG::DumpHeapSnapshot(bool isPrivate) in DumpHeapSnapshot() argument 561 jsEngine_->DumpHeapSnapshot(isPrivate); in DumpHeapSnapshot()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 78 void DumpHeapSnapshot(bool isPrivate) override;
|