Home
last modified time | relevance | path

Searched refs:CreateJsonObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h73 …int32_t CreateJsonObject(std::string& extraInfo, CallerInfo& callerInfo, AccountInfo& accountInfo);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1477 int32_t DistributedSchedStub::CreateJsonObject(std::string& extraInfo, CallerInfo& callerInfo, in CreateJsonObject() function in OHOS::DistributedSchedule::DistributedSchedStub
1523 int32_t requestCode = CreateJsonObject(extraInfo, callerInfo, accountInfo); in StartFreeInstallFromRemoteInner()