Home
last modified time | relevance | path

Searched refs:HasKeyFromParameters (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h40 bool HasKeyFromParameters(const CArrParameters* parameters, const char* key);
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp149 return OHOS::EventFwk::HasKeyFromParameters(parameters, key); in OH_CommonEvent_HasKeyInParameters()
H A Doh_commonevent_parameters_parse.cpp282 bool HasKeyFromParameters(const CArrParameters* parameters, const char* key) in HasKeyFromParameters() function