Home
last modified time | relevance | path

Searched refs:KEY_VALUE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.h72 constexpr const char* KEY_VALUE = "value"; variable
H A Dnfc_notification.cpp103 cJSON *value = cJSON_GetObjectItemCaseSensitive(resJsonEach, KEY_VALUE); in UpdateResourceMap()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp47 constexpr const char* KEY_VALUE = "value"; variable
297 activeReason[KEY_VALUE] = loadRequestInfo.loadEvent.value; in HandleLoadAbilityEventLocked()
388 activeReason[KEY_VALUE] = ""; in HandleCancelUnloadAbilityEvent()
1255 idleReason[KEY_VALUE] = abilityContext->unloadRequest->unloadEvent.value; in ProcessDelayUnloadEventLocked()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp58 constexpr uint8_t KEY_VALUE[SESSION_KEY_LENGTH] = "123456keytest"; variable
325 ASSERT_TRUE(memcpy_s(sessionKey.value, SESSION_KEY_LENGTH, KEY_VALUE, KEY_VALUE_LEN) == EOK);
356 ASSERT_TRUE(memcpy_s(sessionKey.value, SESSION_KEY_LENGTH, KEY_VALUE, KEY_VALUE_LEN) == EOK);