Searched refs:CheckhasNamedProperty (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.h | 52 static bool CheckhasNamedProperty(napi_env env, napi_value arg, std::string type);
|
H A D | common_napi.cpp | 56 bool CommonNapi::CheckhasNamedProperty(napi_env env, napi_value arg, std::string type) in CheckhasNamedProperty() function in OHOS::Media::CommonNapi
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1803 if (CommonNapi::CheckhasNamedProperty(env, args, "fileGenerationMode")) { 1871 if (CommonNapi::CheckhasNamedProperty(env, args, "location")) { 1877 if (CommonNapi::CheckhasNamedProperty(env, args, "metadata")) { 1963 if (CommonNapi::CheckhasNamedProperty(env, metadata, "location")) { 1967 if (CommonNapi::CheckhasNamedProperty(env, metadata, "genre")) { 1985 if (CommonNapi::CheckhasNamedProperty(env, metadata, "customInfo")) {
|
Completed in 6 milliseconds