Home
last modified time | relevance | path

Searched refs:RESOURCE_SEPARATOR (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_utils.cpp30 return deviceId + RESOURCE_SEPARATOR + dhId; in GetCapabilityKey()
38 std::size_t separatorPos = key.find(RESOURCE_SEPARATOR); in IsCapKeyMatchDeviceId()
H A Dcapability_info.cpp107 kvStoreKey.append(RESOURCE_SEPARATOR); in GetKey()
116 kvStoreKey.append(RESOURCE_SEPARATOR); in GetAnonymousKey()
H A Dmeta_capability_info.cpp133 kvStoreKey.append(RESOURCE_SEPARATOR); in GetKey()
142 kvStoreKey.append(RESOURCE_SEPARATOR); in GetAnonymousKey()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h51 const std::string RESOURCE_SEPARATOR = "###"; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp317 if (prefix.find(RESOURCE_SEPARATOR) != std::string::npos) { in GetDeviceIdByDBGetPrefix()
318 id = prefix.substr(0, prefix.find_first_of(RESOURCE_SEPARATOR)); in GetDeviceIdByDBGetPrefix()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp211 std::string localCapabilityPrefix = localDeviceId + RESOURCE_SEPARATOR + prefix; in GetLocalCapabilityMapByPrefix()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/utils/
H A Ddh_context_test.cpp170 prefix = "prefix" + RESOURCE_SEPARATOR; in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_context.cpp38 return devId + RESOURCE_SEPARATOR + std::to_string(sourceWinId); in GetScreenInfoKey()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp388 if (appDataRoot[rootPathLen - 1] != RESOURCE_SEPARATOR) { in ProcessResourcePathByConfiguration()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h313 constexpr char RESOURCE_SEPARATOR = '/'; member
H A Djs_fwk_common.cpp495 const char * const ret = strrchr(jsPath, RESOURCE_SEPARATOR); in RelocateFilePathRelative()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp524 std::string key = Sha256(UUID_TEST) + RESOURCE_SEPARATOR + DH_ID_1; in HWTEST_F()

Completed in 9 milliseconds