Home
last modified time | relevance | path

Searched refs:ID_CALL_CREATE_SERVICE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dapp_spawn_client.cpp77 int result = spawnClient_->Invoke(spawnClient_, ID_CALL_CREATE_SERVICE, &request, &pid, Notify); in CallingInnerSpawnProcess()
83 result = spawnClient_->Invoke(spawnClient_, ID_CALL_CREATE_SERVICE, &request, &pid, Notify); in CallingInnerSpawnProcess()
/ohos5.0/base/startup/appspawn/lite/
H A Dappspawn_service.h27 ID_CALL_CREATE_SERVICE = 0, enumerator
H A Dappspawn_service.c138 if (reply == NULL || funcId != ID_CALL_CREATE_SERVICE || req == NULL) { in Invoke()