Home
last modified time | relevance | path

Searched refs:renderPids (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/app_manager_client/
H A Dapp_state_data.cpp25 && parcel.WriteInt32(extensionType) && parcel.WriteInt32Vector(renderPids) in Marshalling()
43 parcel.ReadInt32Vector(&appStateData->renderPids); in Unmarshalling()
H A Dapp_state_data.h48 std::vector<int32_t> renderPids; member
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dapp_state_data.cpp25 && parcel.WriteInt32(extensionType) && parcel.WriteInt32Vector(renderPids) in Marshalling()
43 parcel.ReadInt32Vector(&appStateData->renderPids); in Unmarshalling()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_data.cpp27 … && parcel.WriteInt32(static_cast<int32_t>(extensionType)) && parcel.WriteInt32Vector(renderPids) in Marshalling()
41 parcel.ReadInt32Vector(&renderPids); in ReadFromParcel()
H A Dapp_process_data.cpp64 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32Vector, parcel, renderPids); in Marshalling()
80 parcel.ReadInt32Vector(&renderPids); in ReadFromParcel()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_process_data.h60 std::vector<int32_t> renderPids; member
H A Dapp_state_data.h66 std::vector<int32_t> renderPids; member
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dapp_state_data.h48 std::vector<int32_t> renderPids; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp965 appStateData.renderPids.emplace_back(renderRecord->GetPid()); in WrapAppStateData()
H A Dapp_mgr_service_inner.cpp2994 processData.renderPids.emplace_back(renderRecord->GetPid()); in WrapAppProcessData()