Home
last modified time | relevance | path

Searched refs:atomicAccount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h56 CStringWrapper atomicAccount; member
82 std::string atomicAccount; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp299 if (!startMsg.atomicAccount.empty()) { in AppspawnSetExtMsg()
301 … reinterpret_cast<const uint8_t*>(startMsg.atomicAccount.c_str()), startMsg.atomicAccount.size()); in AppspawnSetExtMsg()
H A Dapp_mgr_service_inner.cpp3226 startMsg.atomicAccount = accountInfo.uid_; in SetAtomicServiceInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h72 std::string atomicAccount = ""; member
/ohos5.0/base/request/request/services/src/cxx/
H A Dc_request_database.cpp958 set->GetString(35, config.atomicAccount); // Line 35 is 'atomic_account' in BuildRequestTaskConfigWithString()
1027 … "atomic_account", std::string(taskConfig->atomicAccount.cStr, taskConfig->atomicAccount.len)); in RecordRequestTask()
1132 cTaskConfig->atomicAccount = WrapperCString(taskConfig.atomicAccount); in BuildCTaskConfig()