Home
last modified time | relevance | path

Searched refs:SESSION_KEY (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_message_open_channel.h31 #define SESSION_KEY "SESSION_KEY" macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c106 !AddStringToJsonObject(json, SESSION_KEY, (char *)encodeSessionKey) || in JsonObjectPackRequestEx()
215 !GetJsonObjectStringItem(msg, SESSION_KEY, sessionKey, sizeof(sessionKey))) { in ParseMessageToAppInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp250 cJSON_AddStringToObject(json, SESSION_KEY.c_str(), sessionKey_.c_str()); in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp51 const std::string SESSION_KEY = "sessionKey"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h61 extern const std::string SESSION_KEY;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp425 values.PutString(SESSION_KEY, profile.GetSessionKey()); in AccessControlProfileToEntries()
527 if (GetStringValue(values, SESSION_KEY, strValue)) { in EntriesToAccessControlProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1493 bool ret = ProfileUtils::GetStringValue(values, SESSION_KEY, strValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1541 std::string sessionKey = rowEntity.Get(SESSION_KEY); in ConvertToAccessControlProfile()