Searched refs:GetDlpProperty (Results 1 – 3 of 3) sorted by relevance
326 bool GetDlpProperty(napi_env env, napi_value object, DlpProperty& property);
242 static void GetDlpProperty(std::shared_ptr<DlpFile>& dlpFileNative, DlpProperty& property) in GetDlpProperty() function279 GetDlpProperty(asyncContext->dlpFileNative, property); in OpenDlpFileComplete()
635 if (!GetDlpProperty(env, argv[PARAM2], asyncContext.property)) { in GetGenerateDlpFileParams()1183 bool GetDlpProperty(napi_env env, napi_value jsObject, DlpProperty& property) in GetDlpProperty() function