Searched refs:SESSION_KEY (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_message_open_channel.h | 31 #define SESSION_KEY "SESSION_KEY" macro
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/ |
H A D | softbus_message_open_channel.c | 106 !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 D | access_control_profile.cpp | 250 cJSON_AddStringToObject(json, SESSION_KEY.c_str(), sessionKey_.c_str()); in dump()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/ |
H A D | distributed_device_profile_constants.cpp | 51 const std::string SESSION_KEY = "sessionKey"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 61 extern const std::string SESSION_KEY;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 425 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 D | profile_utils_test.cpp | 1493 bool ret = ProfileUtils::GetStringValue(values, SESSION_KEY, strValue);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 1541 std::string sessionKey = rowEntity.Get(SESSION_KEY); in ConvertToAccessControlProfile()
|