Searched refs:connectToken (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 74 int32_t connectToken; member 81 int32_t connectToken; member 203 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
|
H A D | distributed_sched_interface.h | 171 virtual int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
|
H A D | distributed_sched_proxy.h | 97 int32_t NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 107 const std::string DMS_CONNECT_TOKEN = "connectToken"; 1822 int32_t connectToken = SaveConnectToken(want, connect); in TryStartRemoteAbilityByCall() local 1823 remoteWant.SetParam(DMS_CONNECT_TOKEN, connectToken); in TryStartRemoteAbilityByCall() 1824 HILOGD("connectToken is %{public}s", GetAnonymStr(std::to_string(connectToken)).c_str()); in TryStartRemoteAbilityByCall() 3369 int32_t connectToken = want.GetIntParam(DMS_CONNECT_TOKEN, DEFAULT_DMS_CONNECT_TOKEN); in RegisterAppStateObserver() local 3370 HILOGD("Get connectToken = %{private}s", GetAnonymStr(std::to_string(connectToken)).c_str()); in RegisterAppStateObserver() 3371 if (connectToken == DEFAULT_DMS_CONNECT_TOKEN) { in RegisterAppStateObserver() 3401 observerMap_[callbackWrapper] = {appStateObserver, callerInfo.sourceDeviceId, connectToken, in RegisterAppStateObserver() 3476 int32_t connectToken = 0; NotifyStateChanged() local 3504 NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken, const AppExecFwk::ElementName& element) NotifyStateChangedFromRemote() argument [all...] |
H A D | distributed_sched_proxy.cpp | 1039 int32_t DistributedSchedProxy::NotifyStateChangedFromRemote(int32_t abilityState, int32_t connectToken, in NotifyStateChangedFromRemote() argument 1053 PARCEL_WRITE_HELPER(data, Int32, connectToken); in NotifyStateChangedFromRemote()
|
H A D | distributed_sched_stub.cpp | 1470 int32_t connectToken = 0; in NotifyStateChangedFromRemoteInner() local 1471 PARCEL_READ_HELPER(data, Int32, connectToken); in NotifyStateChangedFromRemoteInner() 1477 int32_t result = NotifyStateChangedFromRemote(abilityState, connectToken, *element); in NotifyStateChangedFromRemoteInner()
|
Completed in 13 milliseconds