Home
last modified time | relevance | path

Searched refs:typeIdStr (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp94 std::string typeIdStr; in GetTypesByCondition() local
95 Status result = (UtdClient::GetInstance().*funcPtr)(condition, typeIdStr, DEFAULT_TYPE_ID); in GetTypesByCondition()
96 if (result != Status::E_OK || typeIdStr.empty()) { in GetTypesByCondition()
100 auto typeId = new (std::nothrow) char[typeIdStr.size() + 1]; in GetTypesByCondition()
105 if (strcpy_s(typeId, typeIdStr.size() + 1, typeIdStr.c_str()) != UDMF_E_OK) { in GetTypesByCondition()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp187 std::string typeIdStr = str.substr(strnum, nIdx - strnum); in GerTypedId() local
188 if (typeIdStr.empty()) { in GerTypedId()
191 typeId = std::atoi(typeIdStr.c_str()); in GerTypedId()

Completed in 2 milliseconds