Home
last modified time | relevance | path

Searched refs:strType (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Ddefault_app.cpp88 std::string strType(type); in FfiBundleManagerIsDefaultApplication()
89 if (ParamsProcessIsDefaultApplicationSync(strType) != SUCCESS_CODE) { in FfiBundleManagerIsDefaultApplication()
99 ErrCode ret = defaultAppProxy->IsDefaultApplication(strType, isDefaultApp); in FfiBundleManagerIsDefaultApplication()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_rendering_context.h66 CanvasCallbackType GetCanvasCallbackType(const std::string& strType);
H A Djs_rendering_context.cpp504 CanvasCallbackType JSRenderingContext::GetCanvasCallbackType(const std::string& strType) in GetCanvasCallbackType() argument
509 if (strType.compare(attachType) == 0) { in GetCanvasCallbackType()
511 } else if (strType.compare(detachType) == 0) { in GetCanvasCallbackType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_security_ui_extension.h64 RegisterType GetRegisterType(const std::string& strType);
H A Djs_ui_extension.h69 RegisterType GetRegisterType(const std::string& strType);
H A Djs_ui_extension.cpp215 RegisterType JSUIExtensionProxy::GetRegisterType(const std::string& strType) in GetRegisterType() argument
220 if (strType.compare(syncType) == 0) { in GetRegisterType()
222 } else if (strType.compare(asyncType) == 0) { in GetRegisterType()
H A Djs_security_ui_extension.cpp209 RegisterType JSSecurityUIExtensionProxy::GetRegisterType(const std::string& strType) in GetRegisterType() argument
214 if (strType.compare(syncType) == 0) { in GetRegisterType()
216 } else if (strType.compare(asyncType) == 0) { in GetRegisterType()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dskill.cpp75 for (std::string strType : vecTypes) { in Match()
76 if (MatchUriAndType(uriString, strType)) { in Match()
77 APP_LOGD("type %{public}s, Is Matched", strType.c_str()); in Match()
105 for (std::string strType : vecTypes) { in Match()
106 if (MatchUriAndType(want.GetUriString(), strType, matchUriIndex)) { in Match()
107 APP_LOGD("type %{public}s, Is Matched", strType.c_str()); in Match()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_extension.cpp445 std::string strType = ""; in OnAccessibilityEvent() local
446 ConvertEventTypeToString(eventInfo, strType); in OnAccessibilityEvent()
447 if (strType.empty()) { in OnAccessibilityEvent()
461 callbackInfo->eventType_ = strType; in OnAccessibilityEvent()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp542 std::string strType = eventStr.substr(0, pos); in StringToTypeAndSaid() local
543 if (strType == "start") { in StringToTypeAndSaid()
545 } else if (strType == "stop") { in StringToTypeAndSaid()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js19 let strType = splitted[1];
21 switch (strType) {
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp1507 napi_valuetype strType; in SetUserOperationSync() local
1508 napi_typeof(env, argv[1], &strType); in SetUserOperationSync()
1509 NAPI_ASSERT(env, strType == napi_string, "Wrong argument type, string expected."); in SetUserOperationSync()

Completed in 15 milliseconds