/foundation/arkui/ace_engine/test/unittest/core/layout/safe_area/ |
H A D | expand_safe_area_test_ng.h | 34 bool isAtomicService = false; member 42 result.append("isAtomicService: "); in ToString() 43 result.append(isAtomicService ? "True" : "False"); in ToString()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ability_state_data.cpp | 74 if (!parcel.WriteBool(isAtomicService) || !parcel.WriteInt32(abilityRecordId)) { in MarshallingOne() 108 isAtomicService = parcel.ReadBool(); in ReadFromParcel()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ability_state_data.h | 63 bool isAtomicService = false; member
|
/foundation/ability/ability_base/interfaces/kits/native/session_info/src/ |
H A D | session_info.cpp | 224 if (!parcel.WriteBool(isAtomicService)) { in DoMarshallingFour() 225 ABILITYBASE_LOGE("Write isAtomicService failed"); in DoMarshallingFour() 336 info->isAtomicService = parcel.ReadBool(); in ReadParcelOne()
|
/foundation/ability/ability_base/interfaces/kits/native/session_info/include/ |
H A D | session_info.h | 71 bool isAtomicService = false; member in OHOS::AAFwk::SessionInfo
|
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/ |
H A D | connect_context.h | 64 void SetAtomicService(bool isAtomicService);
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/ |
H A D | request_context.h | 129 void SetAtomicService(bool isAtomicService);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 116 const std::string &bundleName, const int userId, bool isAtomicService) in RemoveBundleDataDir() 123 return CallService(&IInstalld::RemoveBundleDataDir, bundleName, userId, isAtomicService); in RemoveBundleDataDir() 115 RemoveBundleDataDir( const std::string &bundleName, const int userId, bool isAtomicService) RemoveBundleDataDir() argument
|
H A D | mock_installd_host_impl.cpp | 74 ErrCode InstalldHostImpl::RemoveBundleDataDir(const std::string &bundleName, const int userId, bool isAtomicService)
in RemoveBundleDataDir() argument
|
H A D | mock_install_client.cpp | 82 ErrCode InstalldClient::RemoveBundleDataDir(const std::string &bundleName, const int32_t userId, bool isAtomicService) in RemoveBundleDataDir() argument
|
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | connect_context.cpp | 369 void ConnectContext::SetAtomicService(bool isAtomicService) in SetAtomicService() argument 371 isAtomicService_ = isAtomicService; in SetAtomicService()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/ |
H A D | js_app_manager_utils.cpp | 59 napi_set_named_property(env, object, "isAtomicService", CreateJsValue(env, abilityStateData.isAtomicService)); in CreateJsAbilityStateData()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 122 const std::string &bundleName, const int32_t userId, bool isAtomicService) in RemoveBundleDataDir() 129 return CallService(&IInstalld::RemoveBundleDataDir, bundleName, userId, isAtomicService); in RemoveBundleDataDir() 121 RemoveBundleDataDir( const std::string &bundleName, const int32_t userId, bool isAtomicService) RemoveBundleDataDir() argument
|
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/ |
H A D | js_ability_manager_utils.cpp | 148 napi_set_named_property(env, object, "isAtomicService", CreateJsValue(env, abilityStateData.isAtomicService)); in CreateJsAbilityStateData()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 94 const std::string &bundleName, const int32_t userId, bool isAtomicService = false) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 75 ErrCode RemoveBundleDataDir(const std::string &bundleName, const int32_t userId, bool isAtomicService = false);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 137 bool isAtomicService = false) in RemoveBundleDataDir()
|
H A D | installd_proxy.h | 96 bool isAtomicService = false) override;
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 861 void RequestContext::SetAtomicService(bool isAtomicService) in SetAtomicService() argument 863 isAtomicService_ = isAtomicService; in SetAtomicService()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 383 sessionInfo->isAtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in NotifySCBToStartUIAbility() 436 sessionInfo->isAtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in NotifySCBToRecoveryAfterInterception() 453 sessionInfo->isAtomicService = true; in NotifySCBToPreStartUIAbility() 946 sessionInfo->isAtomicService = in CallAbilityLocked() 967 sessionInfo->isAtomicService = (abilityInfo.applicationInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE); in CallAbilityLocked() 1759 sessionInfo->isAtomicService = in OnStartSpecifiedProcessResponse() 2697 sessionInfo->isAtomicService = in StartWithPersistentIdByDistributed()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_manager_utils.cpp | 67 napi_set_named_property(env, object, "isAtomicService", CreateJsValue(env, abilityStateData.isAtomicService)); in CreateJsAbilityStateData()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 397 bool isAtomicService = data.ReadBool(); in HandleRemoveBundleDataDir() local 398 ErrCode result = RemoveBundleDataDir(bundleName, userId, isAtomicService); in HandleRemoveBundleDataDir()
|
H A D | installd_proxy.cpp | 217 ErrCode InstalldProxy::RemoveBundleDataDir(const std::string &bundleName, const int userId, bool isAtomicService) in RemoveBundleDataDir() argument 223 INSTALLD_PARCEL_WRITE(data, Bool, isAtomicService); in RemoveBundleDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 770 bool isAtomicService) in RemoveBundleDataDir() 781 if (isAtomicService) { in RemoveBundleDataDir() 769 RemoveBundleDataDir(const std::string &bundleName, const int32_t userId, bool isAtomicService) RemoveBundleDataDir() argument
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_state_observer_manager.cpp | 575 "callerAbilityName:%{public}s, isAtomicService:%{public}d", in HandleStateChangedNotifyObserver() 580 abilityStateData.isAtomicService); in HandleStateChangedNotifyObserver()
|